home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 April: Mac OS SDK / Dev.CD Apr 98 SDK1.toast / Development Kits (Disc 1) / AppleSearch / Macintosh / AppleSearch Client API / Headers / ASClient.h next >
Encoding:
C/C++ Source or Header  |  1995-01-19  |  2.3 KB  |  50 lines  |  [TEXT/MPS ]

  1. /*===============================================================================================================
  2.  
  3.         ASClient.h
  4.     
  5.         Copyright Apple Computer, Inc. 1992-1994
  6.         All rights reserved
  7.  
  8. ===============================================================================================================*/
  9.  
  10. #ifndef __ASCLIENT__
  11. #define __ASCLIENT__
  12.  
  13. //______________________________________________________________________________________________________________________
  14. //______________________________________________________ RES TYPES _____________________________________________________
  15. //______________________________________________________________________________________________________________________
  16.  
  17. #define        kLongResType            'LONG'
  18. #define        kUnsignedLongResType    'ULNG'
  19.  
  20. //______________________________________________________________________________________________________________________
  21. //_______________________________________________________ RES IDs ______________________________________________________
  22. //______________________________________________________________________________________________________________________
  23.  
  24. #define     rReporterStringID            1000
  25. #define        rPboyStringID                1001
  26. #define     rSelectServerStringID        1002
  27.  
  28. #define     kSI_PPCBrowserPrompt        1
  29. #define     kSI_PPCPasswordPrompt        2
  30. #define     kSI_ASClientPortName        3
  31. #define     kSI_LocalMachineName        4
  32. #define     kSI_BusyServerString        5
  33.  
  34. #define        rFileStringID                1003
  35. #define     kSI_AuthenticationExtName    1
  36.  
  37. #define        rTickleTimeoutTicks            2001                // ULNG res ID for timeout value
  38. #define        rTickleIntervalTicks        2002                // ULNG res ID for sending interval value
  39. #define        rLogonTimeoutTicks            2003                // ULNG res ID for timeout value
  40. #define        rLogoffTimeoutTicks            2004                // ULNG res ID for timeout value
  41. #define        rDefaultTimeoutTicks        2005                // ULNG res ID for timeout value
  42.  
  43. #define        rUpdateTextRequestSize        2006                // ULNG res ID for amount of text to request
  44. #define        rUpdateExtraDiskSpace        2007                // ULNG res ID for amount of disk space to leave free
  45. #define        rDownloadOriginalDiskSpace    2008                // ULNG res ID for amount of disk space to leave free
  46.  
  47. #define        rAutoLogonFlag                2101                // ULNG res ID for autologon flag
  48. #define        kAutoLogonAtBootMask        0x00000000            // the do-auto-logon-at-boot bit in the autologon flag
  49.  
  50. #endif                        // __ASCLIENT__